Click or drag to resize

FreeBusyViewType Enumeration

Represents the type of free/busy information returned in the response.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum FreeBusyViewType
Members
  Member nameValueDescription
None0 This value is not valid for requests. This value is valid for responses.
MergedOnly1 Represents an aggregated free/busy stream. In cross-forest scenarios in which the target user in one forest does not have an Availability service configured, the Availability service of the requestor retrieves the target user’s free/busy information from the free/busy public folder. Because public folders only store free/busy information in merged form, MergedOnly is the only available information.
FreeBusy2 Represents the legacy status information: free, busy, tentative, and OOF. This also includes the start/end times of the appointments. This view is richer than the legacy free/busy view because individual meeting start and end times are provided instead of an aggregated free/busy stream.
FreeBusyMerged3 Represents all the properties in FreeBusy with a stream of merged free/busy availability information.
Detailed4 Represents the legacy status information: free, busy, tentative, and OOF; the start/end times of the appointments; and various properties of the appointment such as subject, location, and importance.
DetailedMerged5 Represents all the properties in Detailed with a stream of merged free/busy availability information.
See Also